• frmStaffRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStaffRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaffRecord1))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.lblSet = New System.Windows.Forms.Label()
33         Me.Label1 = New System.Windows.Forms.Label()
34         Me.dgw = New System.Windows.Forms.DataGridView()
35         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
36         Me.txtStaffName = New System.Windows.Forms.TextBox()
37         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
38         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
39         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
40         Me.Button2 = New System.Windows.Forms.Button()
41         Me.Label5 = New System.Windows.Forms.Label()
42         Me.Label6 = New System.Windows.Forms.Label()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.Button4 = New System.Windows.Forms.Button()
45         Me.btnReset = New System.Windows.Forms.Button()
46         Me.Panel1 = New System.Windows.Forms.Panel()
47         Me.Button1 = New System.Windows.Forms.Button()
48         Me.Panel2.SuspendLayout()
49         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.GroupBox3.SuspendLayout()
51         Me.GroupBox1.SuspendLayout()
52         Me.Panel3.SuspendLayout()
53         Me.Panel1.SuspendLayout()
54         Me.SuspendLayout()
55         
'
56         
'Panel2
57         
'
58         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
59         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
60         Me.Panel2.Controls.Add(Me.lblSet)
61         Me.Panel2.Controls.Add(Me.Label1)
62         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
63         Me.Panel2.Name =
"Panel2"
64         Me.Panel2.Size = New System.Drawing.Size(
1001, 62)
65         Me.Panel2.TabIndex =
0
66         
'
67         
'lblSet
68         
'
69         Me.lblSet.AutoSize = True
70         Me.lblSet.Location = New System.Drawing.Point(
609, 20)
71         Me.lblSet.Name =
"lblSet"
72         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
73         Me.lblSet.TabIndex =
44
74         Me.lblSet.Text =
"Set"
75         Me.lblSet.Visible = False
76         
'
77         
'Label1
78         
'
79         Me.Label1.AutoSize = True
80         Me.Label1.BackColor = System.Drawing.Color.Transparent
81         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.Label1.ForeColor = System.Drawing.Color.White
83         Me.Label1.Location = New System.Drawing.Point(
415, 20)
84         Me.Label1.Name =
"Label1"
85         Me.Label1.Size = New System.Drawing.Size(
119, 24)
86         Me.Label1.TabIndex =
0
87         Me.Label1.Text =
"List of Staffs"
88         
'
89         
'dgw
90         
'
91         Me.dgw.AllowUserToAddRows = False
92         Me.dgw.AllowUserToDeleteRows = False
93         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
94         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
95         Me.dgw.BackgroundColor = System.Drawing.Color.White
96         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
97         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
98         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
99         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
101         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
102         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
103         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
104         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
105         Me.dgw.ColumnHeadersHeight =
30
106         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
107         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
108         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
109         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
111         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
112         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
113         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
114         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
115         Me.dgw.EnableHeadersVisualStyles = False
116         Me.dgw.GridColor = System.Drawing.Color.White
117         Me.dgw.Location = New System.Drawing.Point(
9, 161)
118         Me.dgw.MultiSelect = False
119         Me.dgw.Name =
"dgw"
120         Me.dgw.ReadOnly = True
121         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
122         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
123         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
124         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
126         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
127         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
128         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
129         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
130         Me.dgw.RowHeadersWidth =
25
131         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
132         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
133         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
135         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
136         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
137         Me.dgw.RowTemplate.Height =
18
138         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
139         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
140         Me.dgw.Size = New System.Drawing.Size(
1001, 466)
141         Me.dgw.TabIndex =
1
142         
'
143         
'GroupBox3
144         
'
145         Me.GroupBox3.Controls.Add(Me.txtStaffName)
146         Me.GroupBox3.Location = New System.Drawing.Point(
8, 75)
147         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
148         Me.GroupBox3.Name =
"GroupBox3"
149         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
150         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
151         Me.GroupBox3.TabIndex =
37
152         Me.GroupBox3.TabStop = False
153         Me.GroupBox3.Text =
"By Staff Name"
154         
'
155         
'txtStaffName
156         
'
157         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
158         Me.txtStaffName.Location = New System.Drawing.Point(
27, 37)
159         Me.txtStaffName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
160         Me.txtStaffName.Name =
"txtStaffName"
161         Me.txtStaffName.Size = New System.Drawing.Size(
138, 21)
162         Me.txtStaffName.TabIndex =
0
163         
'
164         
'GroupBox1
165         
'
166         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
167         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
168         Me.GroupBox1.Controls.Add(Me.Button2)
169         Me.GroupBox1.Controls.Add(Me.Label5)
170         Me.GroupBox1.Controls.Add(Me.Label6)
171         Me.GroupBox1.Location = New System.Drawing.Point(
198, 75)
172         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
173         Me.GroupBox1.Name =
"GroupBox1"
174         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
175         Me.GroupBox1.Size = New System.Drawing.Size(
402, 79)
176         Me.GroupBox1.TabIndex =
39
177         Me.GroupBox1.TabStop = False
178         Me.GroupBox1.Text =
"By Joining Date"
179         
'
180         
'dtpDateTo
181         
'
182         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
183         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
184         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
185         Me.dtpDateTo.Name =
"dtpDateTo"
186         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
187         Me.dtpDateTo.TabIndex =
36
188         
'
189         
'dtpDateFrom
190         
'
191         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
192         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
193         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
194         Me.dtpDateFrom.Name =
"dtpDateFrom"
195         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
196         Me.dtpDateFrom.TabIndex =
35
197         
'
198         
'Button2
199         
'
200         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
201         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.Button2.Location = New System.Drawing.Point(
318, 40)
203         Me.Button2.Name =
"Button2"
204         Me.Button2.Size = New System.Drawing.Size(
69, 23)
205         Me.Button2.TabIndex =
3
206         Me.Button2.Text =
"&Search"
207         Me.Button2.UseVisualStyleBackColor = True
208         
'
209         
'Label5
210         
'
211         Me.Label5.AutoSize = True
212         Me.Label5.Location = New System.Drawing.Point(
183, 21)
213         Me.Label5.Name =
"Label5"
214         Me.Label5.Size = New System.Drawing.Size(
26, 13)
215         Me.Label5.TabIndex =
34
216         Me.Label5.Text =
"To :"
217         
'
218         
'Label6
219         
'
220         Me.Label6.AutoSize = True
221         Me.Label6.Location = New System.Drawing.Point(
33, 21)
222         Me.Label6.Name =
"Label6"
223         Me.Label6.Size = New System.Drawing.Size(
36, 13)
224         Me.Label6.TabIndex =
33
225         Me.Label6.Text =
"From :"
226         
'
227         
'Panel3
228         
'
229         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
230         Me.Panel3.Controls.Add(Me.Button1)
231         Me.Panel3.Controls.Add(Me.Button4)
232         Me.Panel3.Controls.Add(Me.btnReset)
233         Me.Panel3.Location = New System.Drawing.Point(
606, 80)
234         Me.Panel3.Name =
"Panel3"
235         Me.Panel3.Size = New System.Drawing.Size(
280, 74)
236         Me.Panel3.TabIndex =
41
237         
'
238         
'Button4
239         
'
240         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
241         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
242         Me.Button4.Location = New System.Drawing.Point(
186, 23)
243         Me.Button4.Name =
"Button4"
244         Me.Button4.Size = New System.Drawing.Size(
79, 33)
245         Me.Button4.TabIndex =
2
246         Me.Button4.Text =
"&Close"
247         Me.Button4.UseVisualStyleBackColor = True
248         
'
249         
'btnReset
250         
'
251         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
252         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
253         Me.btnReset.Location = New System.Drawing.Point(
100, 23)
254         Me.btnReset.Name =
"btnReset"
255         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
256         Me.btnReset.TabIndex =
0
257         Me.btnReset.Text =
"&Reset"
258         Me.btnReset.UseVisualStyleBackColor = True
259         
'
260         
'Panel1
261         
'
262         Me.Panel1.BackColor = System.Drawing.Color.White
263         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
264         Me.Panel1.Controls.Add(Me.Panel3)
265         Me.Panel1.Controls.Add(Me.GroupBox1)
266         Me.Panel1.Controls.Add(Me.GroupBox3)
267         Me.Panel1.Controls.Add(Me.dgw)
268         Me.Panel1.Controls.Add(Me.Panel2)
269         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
270         Me.Panel1.Name =
"Panel1"
271         Me.Panel1.Size = New System.Drawing.Size(
1021, 634)
272         Me.Panel1.TabIndex =
2
273         
'
274         
'Button1
275         
'
276         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
277         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         Me.Button1.Location = New System.Drawing.Point(
14, 23)
279         Me.Button1.Name =
"Button1"
280         Me.Button1.Size = New System.Drawing.Size(
80, 33)
281         Me.Button1.TabIndex =
42
282         Me.Button1.Text =
"&Export Excel"
283         Me.Button1.UseVisualStyleBackColor = True
284         
'
285         
'frmStaffRecord1
286         
'
287         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
288         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
289         Me.BackColor = System.Drawing.Color.DarkSlateGray
290         Me.ClientSize = New System.Drawing.Size(
1043, 661)
291         Me.Controls.Add(Me.Panel1)
292         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
293         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
294         Me.MaximizeBox = False
295         Me.MinimizeBox = False
296         Me.Name =
"frmStaffRecord1"
297         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
298         Me.Panel2.ResumeLayout(False)
299         Me.Panel2.PerformLayout()
300         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
301         Me.GroupBox3.ResumeLayout(False)
302         Me.GroupBox3.PerformLayout()
303         Me.GroupBox1.ResumeLayout(False)
304         Me.GroupBox1.PerformLayout()
305         Me.Panel3.ResumeLayout(False)
306         Me.Panel1.ResumeLayout(False)
307         Me.ResumeLayout(False)
308
309     End Sub
310     Friend WithEvents Panel2 As System.Windows.Forms.Panel
311     Friend WithEvents Label1 As System.Windows.Forms.Label
312     Friend WithEvents dgw As System.Windows.Forms.DataGridView
313     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
314     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
315     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
316     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
317     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
318     Private WithEvents Button2 As System.Windows.Forms.Button
319     Friend WithEvents Label5 As System.Windows.Forms.Label
320     Friend WithEvents Label6 As System.Windows.Forms.Label
321     Friend WithEvents Panel3 As System.Windows.Forms.Panel
322     Private WithEvents Button4 As System.Windows.Forms.Button
323     Private WithEvents btnReset As System.Windows.Forms.Button
324     Friend WithEvents Panel1 As System.Windows.Forms.Panel
325     Friend WithEvents lblSet As System.Windows.Forms.Label
326     Private WithEvents Button1 As System.Windows.Forms.Button
327
328 End Class


Gõ tìm kiếm nhanh...